home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Software USA 5 #2
/
Software USA Volume 5.02.iso
/
mac
/
children
/
2
/
Frog Hop Game
/
Frog Hop Game.dxr
/
00083_getspecial.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1998-09-21
|
260 b
|
12 lines
on getspecial
global grid, GRIDNUM, specialgrid, flagg
set flagg to 0
repeat while flagg = 0
set NUM to random(25)
if (getAt(GRIDNUM, NUM) = 10) and (grid <> NUM) then
set specialgrid to NUM
set flagg to 1
end if
end repeat
end